PUT api/qa/update

Request Information

URI Parameters

None.

Body Parameters

RequestQuestionAnswerUpdate
NameDescriptionTypeAdditional information
ID

integer

None.

IsActive

boolean

None.

QuestionID

integer

None.

SVAID

integer

None.

UserID

string

None.

Value

string

None.

Request Formats

application/json, text/json

Sample:
{
  "ID": 1,
  "IsActive": true,
  "QuestionID": 3,
  "SVAID": 4,
  "UserID": "sample string 5",
  "Value": "sample string 6"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.